home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / src / plt.h < prev    next >
Encoding:
Text File  |  1993-10-01  |  564 b   |  27 lines

  1. /*
  2.     plt.h
  3. */
  4.  
  5. void cols_init(int *col1,int *col2, MENU *menu, int itemcol1, int itemcol2);
  6. bool getcolsdisp();
  7. void makeupCols();
  8. int drawCols();
  9. void eraseCols();
  10. int cols_getcsrpos();
  11. void cols_setcsrpos(int n);
  12. void drawColCsr();
  13.  
  14. void    makeupPltList();
  15. int        drawPltList(int x,int y);
  16. void    erasePltList();
  17. void    drawPltList_init(int x, int y);
  18. bool    getPltList_disp();
  19. void    drawPltCsr(int c);
  20.  
  21. void    makeupRgbBar();
  22. void    drawRgbBar(int x, int y);
  23. void    touchRgbBar(int ax, int ay, int btn);
  24.  
  25. #define    RGBBARXLEN    (14*3)
  26. #define    RGBBARYLEN    74
  27.